home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / edit / ed3.zip / ED.MSG < prev    next >
Internet Message Format  |  1988-09-07  |  954b

  1. From: bobmon@iuvax.cs.indiana.edu (RAMontante)
  2. Newsgroups: comp.binaries.ibm.pc
  3. Subject: ed, a clone of the UNIX V7 line editor
  4. Date: 27 Aug 88 22:00:15 GMT
  5. Approved: dhesi@bsu-cs.UUCP
  6.  
  7. [A line-oriented editor similar to the **IX V7 'ed', apparently
  8. originally written by Brian Beattie, and modified by others, was posted
  9. to comp.os.minix many months ago.  This is a port of that to Turbo C
  10. with other changes, by RAMontante, dated 17 August 1988.
  11.  
  12. It has a few surprises.  Interrupting commands with control C not only
  13. interrupts the command but also aborts the editor.  I couldn't make
  14. regular expressions work right.  -- R.D.]
  15.  
  16. Here's the second stab at this.  As you see, its many NEW and IMPROVED
  17. features include:  a man page;  cleaned up source code;  an executable
  18. compiled in Compact Memory Model -- probably unnecessary as there are
  19. so many signed-integer counters running around to limit things to
  20. 32,767.
  21.  
  22. -bob montante
  23.